home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 2 (Reseller) / Apple R&P Lib Reseller v2.0.iso / 3-Demos / Tutorials / Guided Tour Mac II / TOUR LIST / TOUR LIST.rsrc / TEXT_1189.txt < prev    next >
Text File  |  1988-05-03  |  182b  |  9 lines

  1. √Ü#macro to detect MOUSE MOVE
  2. If &J = 1 Then Skip 4
  3. SET &H = MOUSEH
  4. SET &I = MOUSEV
  5. Set &J = 1
  6. IF ABS(MOUSEH-&H) > 4 THEN SKIP 3
  7. IF ABS(MOUSEV-&I) > 4 THEN SKIP 2
  8. Exit
  9. MARKER 1<ÀáT